home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 401-425 / disk_405 / gifmachine / sources / largearrays.c < prev    next >
C/C++ Source or Header  |  1992-05-06  |  192b  |  9 lines

  1. /* Copyright 1990 by Christopher A. Wichura.
  2.    See file GIFMachine.doc for full description of rights.
  3. */
  4.  
  5. #include "GIFMachine.h"
  6.  
  7. UBYTE PaletteBuf[MAXCOLOURS];
  8. ULONG ColourBuf[MAXCOLOURS];
  9.